Skip to content

Commit

Permalink
Merge pull request #118 from jeiltodo/temp/common-client
Browse files Browse the repository at this point in the history
fix: dockerfile 수정
  • Loading branch information
Dragonite-Lee committed Aug 23, 2024
2 parents ce5b228 + 1594fe9 commit c024aba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/admin/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ COPY --from=builder /app/node_modules/next ./node_modules/next
ENV PORT=3001

EXPOSE 3001
CMD ["node", "server.js"]
CMD ["node", "apps/admin/server.js"]

0 comments on commit c024aba

Please sign in to comment.