Skip to content

Commit

Permalink
fix docker image on dockerhub, missing dist
Browse files Browse the repository at this point in the history
  • Loading branch information
lexoyo committed Nov 17, 2023
1 parent f89cfca commit ab44770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ COPY . /silex
WORKDIR /silex
RUN apt-get update
RUN npm install
# RUN npm run build
RUN npm run build

EXPOSE 6805
CMD ["npm", "start"]

0 comments on commit ab44770

Please sign in to comment.