Fix binary path
This commit is contained in:
parent
e971c34c0b
commit
1b5f0dd84a
2 changed files with 2 additions and 1 deletions
|
|
@ -5,3 +5,4 @@
|
|||
!backend/
|
||||
!docker/
|
||||
!scripts/
|
||||
!test/
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue