Skip to content

Commit 4bd8d48

Browse files
authored
Update Dockerfile
1 parent c310838 commit 4bd8d48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN echo "{}" > /config.js
1111
RUN ./node_modules/.bin/next build
1212

1313
FROM node:16-alpine
14-
ENV NODE_ENV=development
14+
ENV NODE_ENV=production
1515
ENV SENTRY_DSN="https://22bc43683da04040aa90e7683ffe022a@o140996.ingest.sentry.io/4504646040616960"
1616
LABEL org.opencontainers.image.source=https://github.com/tdjsnelling/sqtracker
1717
WORKDIR /sqtracker/client

0 commit comments

Comments
 (0)