Updated container port setting
This commit is contained in:
parent
aa8765ddc5
commit
193a959e65
@ -12,5 +12,4 @@ FROM node:alpine
|
||||
RUN npm install serve -g --silent
|
||||
WORKDIR /app
|
||||
COPY --from=builder /app/build .
|
||||
EXPOSE 80
|
||||
CMD ["serve", "-p", "80", "-s", "."]
|
||||
CMD serve -p ${PORT:-8080} -s .
|
||||
|
Loading…
x
Reference in New Issue
Block a user