Skip to content

Commit c310838

Browse files
authored
Update Dockerfile
1 parent 1cdc2b8 commit c310838

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

api/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FROM node:16-alpine
2-
ENV NODE_ENV=development
2+
ENV NODE_ENV=production
33
ENV SENTRY_DSN="https://9b9761216607428180ea3b32bd1c8e58@o140996.ingest.sentry.io/4504645996576768"
44
LABEL org.opencontainers.image.source=https://github.com/tdjsnelling/sqtracker
55
WORKDIR /sqtracker/app
66
COPY . .
77
RUN yarn install
88
EXPOSE 3001
9-
CMD yarn start
9+
CMD yarn start

0 commit comments

Comments
 (0)