We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee1a588 commit 5006a30Copy full SHA for 5006a30
1 file changed
Dockerfile
@@ -12,9 +12,6 @@ RUN yarn install --frozen-lockfile
12
COPY src/ src/
13
COPY *.md *.json .
14
15
-# Build
16
-RUN yarn build
17
-
18
# Expose hermes port
19
ENV PORT=5555
20
EXPOSE ${PORT}
0 commit comments