This commit is contained in:
@@ -19,14 +19,10 @@ RUN yarn install --immutable
|
|||||||
# RUN yarn typecheck
|
# RUN yarn typecheck
|
||||||
|
|
||||||
# Build app
|
# Build app
|
||||||
COPY . .
|
|
||||||
|
|
||||||
# Start the app
|
|
||||||
|
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
|
||||||
USER node
|
USER node
|
||||||
|
|
||||||
# Start the app
|
# Start the app
|
||||||
EXPOSE 80
|
EXPOSE 3000
|
||||||
CMD ["yarn", "start"]
|
CMD ["yarn", "start"]
|
||||||
Reference in New Issue
Block a user