build: change port
This commit is contained in:
parent
c72b943e3e
commit
81a909e45d
@ -23,11 +23,11 @@ FROM chef AS runtime
|
||||
COPY --from=builder /app/target/dx/dx-portfolio/release/web/ /usr/local/app
|
||||
|
||||
# set our port and make sure to listen for all connections
|
||||
ENV PORT=8080
|
||||
ENV PORT=8180
|
||||
ENV IP=0.0.0.0
|
||||
|
||||
# expose the port 8080
|
||||
EXPOSE 8080
|
||||
# expose the port 8180
|
||||
EXPOSE 8180
|
||||
|
||||
WORKDIR /usr/local/app
|
||||
ENTRYPOINT [ "/usr/local/app/server" ]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user