Fix Dockerfile.cache
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ RUN adduser \
|
||||
USER appuser
|
||||
|
||||
# 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 3000
|
||||
|
||||
Reference in New Issue
Block a user