remove explicit port
This commit is contained in:
@ -15,7 +15,4 @@ RUN npm install
|
||||
# Bundle app source
|
||||
COPY . /app
|
||||
|
||||
ENV PORT 8443
|
||||
EXPOSE 8443
|
||||
|
||||
CMD [ "node", "./dist/server/server.js" ]
|
||||
|
Reference in New Issue
Block a user