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