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
|
RUN npm install serve -g --silent
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY --from=builder /app/build .
|
COPY --from=builder /app/build .
|
||||||
EXPOSE 80
|
CMD serve -p ${PORT:-8080} -s .
|
||||||
CMD ["serve", "-p", "80", "-s", "."]
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user