Skip to content

Commit 704ce74

Browse files
committed
Uh don't forget to build the app dummy
1 parent 4a01c75 commit 704ce74

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,10 @@ COPY yarn.lock /usr/src/app
1919

2020
RUN yarn install
2121

22+
2223
COPY . /usr/src/app
23-
# ADD nginx.conf.sigil /
24+
25+
RUN npm run build
2426

2527
EXPOSE 3000
2628

0 commit comments

Comments
 (0)