Update Dockerfile
This commit is contained in:
+3
-3
@@ -5,9 +5,9 @@ COPY package.json yarn.lock ./
|
|||||||
RUN yarn install --frozen-lockfile
|
RUN yarn install --frozen-lockfile
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# Expose port 5000
|
# Expose port 80
|
||||||
EXPOSE 5000
|
EXPOSE 80
|
||||||
|
|
||||||
# Start
|
# Start
|
||||||
ENV PORT=5000
|
ENV PORT=80
|
||||||
CMD ["yarn", "start"]
|
CMD ["yarn", "start"]
|
||||||
|
|||||||
Reference in New Issue
Block a user