Skip to content

Commit

Permalink
docker vile node version
Browse files Browse the repository at this point in the history
  • Loading branch information
zemuldo committed Dec 27, 2023
1 parent b3246d9 commit d539f25
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 59 deletions.
57 changes: 0 additions & 57 deletions .github/workflows/master_zemuldo-dot-com-app-service.yml

This file was deleted.

6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,10 @@ COPY --from=builder /app/helpers ./helpers

USER nextjs

EXPOSE 80
EXPOSE 8080

ENV PORT 80
ENV PORT 8080
ENV GITHUB_CLIENT_ID e6831840d043f12bfa06
ENV NODE_ENV production

CMD ["npm", "start"]

0 comments on commit d539f25

Please sign in to comment.