1 parent 1cdc2b8 commit c310838Copy full SHA for c310838
1 file changed
api/Dockerfile
@@ -1,9 +1,9 @@
1
FROM node:16-alpine
2
-ENV NODE_ENV=development
+ENV NODE_ENV=production
3
ENV SENTRY_DSN="https://9b9761216607428180ea3b32bd1c8e58@o140996.ingest.sentry.io/4504645996576768"
4
LABEL org.opencontainers.image.source=https://github.com/tdjsnelling/sqtracker
5
WORKDIR /sqtracker/app
6
COPY . .
7
RUN yarn install
8
EXPOSE 3001
9
-CMD yarn start
+CMD yarn start
0 commit comments