Skip to content

Commit 5006a30

Browse files
committed
remove unnecessary build step from dockerfile
1 parent ee1a588 commit 5006a30

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ RUN yarn install --frozen-lockfile
1212
COPY src/ src/
1313
COPY *.md *.json .
1414

15-
# Build
16-
RUN yarn build
17-
1815
# Expose hermes port
1916
ENV PORT=5555
2017
EXPOSE ${PORT}

0 commit comments

Comments
 (0)