Skip to content

Commit

Permalink
fix: docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
sirily11 committed Jul 14, 2022
1 parent 6004ecd commit 7bba44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/services/service.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN export DEBIAN_FRONTEND=noninteractive DEBCONF_NONINTERACTIVE_SEEN=true \

WORKDIR /app/
COPY services/${APP_NAME} /app/services/${APP_NAME}
COPY packages /app/swift_packages
COPY packages /app/packages

WORKDIR /app/services/${APP_NAME}
RUN swift build -c release --static-swift-stdlib
Expand Down

0 comments on commit 7bba44a

Please sign in to comment.