Fix Dockerfile.cache
This commit is contained in:
parent
d7d7fa9718
commit
901aba9c7f
@ -46,7 +46,7 @@ RUN adduser \
|
|||||||
USER appuser
|
USER appuser
|
||||||
|
|
||||||
# Copy the executable from the "build" stage.
|
# Copy the executable from the "build" stage.
|
||||||
COPY --from=builder /build/target/release/monzo-ingestion /bin/
|
COPY --from=builder /build/target/release/monzo-ingestion /bin/server
|
||||||
|
|
||||||
# Expose the port that the application listens on.
|
# Expose the port that the application listens on.
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user