Skip to content

Commit

Permalink
docker port error
Browse files Browse the repository at this point in the history
  • Loading branch information
gaoqing committed Mar 27, 2023
1 parent 7e38812 commit aa61ada
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 @@ -5,6 +5,6 @@ COPY package*.json ./
RUN npm install
COPY . .
RUN chown -R appuser:appgroup /app
EXPOSE 8080
EXPOSE 9010
USER appuser
CMD [ "npm", "start" ]

0 comments on commit aa61ada

Please sign in to comment.