Skip to content

Commit 713187c

Browse files
committed
fix
1 parent 8f41895 commit 713187c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ FROM node:14-alpine
33
ENV PATH /opt/outline/node_modules/.bin:/opt/node_modules/.bin:$PATH
44
ENV NODE_PATH /opt/outline/node_modules:/opt/node_modules
55
ENV APP_PATH /opt/outline
6-
ENV NODE_ENV production
76
RUN mkdir -p $APP_PATH
87

98
WORKDIR $APP_PATH

0 commit comments

Comments
 (0)