Remove port from dockerfile
This commit is contained in:
parent
6602aec191
commit
ffebff2fce
1 changed files with 0 additions and 5 deletions
|
@ -1,5 +1,4 @@
|
|||
# Build args
|
||||
ARG PORT=8080
|
||||
ARG GLEAM_VERSION=v1.11.1
|
||||
|
||||
# Build stage - compile the application
|
||||
|
@ -40,10 +39,6 @@ VOLUME /data
|
|||
|
||||
# Set environment variables
|
||||
ENV GEOFEED_PATH=/data/geofeed.csv
|
||||
ENV PORT=${PORT}
|
||||
|
||||
# Expose the port the server will run on
|
||||
EXPOSE ${PORT}
|
||||
|
||||
# Run the server
|
||||
CMD ["/app/start.sh", "run"]
|
||||
|
|
Loading…
Reference in a new issue