Fix binary path

This commit is contained in:
Jamie Curnow
2021-06-29 16:30:29 +10:00
parent e971c34c0b
commit 1b5f0dd84a
2 changed files with 2 additions and 1 deletions

View File

@@ -5,3 +5,4 @@
!backend/
!docker/
!scripts/
!test/

View File

@@ -37,7 +37,7 @@ RUN mkdir -p /dist \
FROM jc21/nginx-full:github-acme.sh AS final
COPY --from=gobuild /dist/server /app/server
COPY --from=gobuild /dist/server /app/bin/server
COPY backend/migrations /app/migrations
ENV SUPPRESS_NO_CONFIG_WARNING=1