Skip to content

Commit 7260171

Browse files
authored
Dockerfile
1 parent 5003981 commit 7260171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ COPY . /usr/src/app
44
WORKDIR /usr/src/app
55
ADD . /usr/src/app
66
ENV NODE_ENV production npm install
7-
RUN npm run build
7+
ENV NODE_ENV production npm run build
88

99
ENV PORT=8080
1010
EXPOSE 8080

0 commit comments

Comments
 (0)