Skip to content

Commit

Permalink
wip: pwa:build in final container
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbourianes-kalisio committed Feb 19, 2024
1 parent 2617bed commit 223a1f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,9 @@ USER node
# Link the modules
WORKDIR /opt/kalisio
RUN node /opt/kalisio/kli/index.js /opt/kalisio/kli.js --link
WORKDIR /opt/kalisio/$APP
RUN yarn pwa:build

# Run the app
WORKDIR /opt/kalisio/${APP}
EXPOSE 8081
CMD [ "yarn", "prod" ]

0 comments on commit 223a1f6

Please sign in to comment.