Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisassad committed Sep 17, 2024
1 parent 7d1cf92 commit c31edc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ ENV NODE_ENV=production
COPY --from=build /prod/commonwealth /prod/commonwealth
WORKDIR /prod/commonwealth
RUN apt-get update && apt-get install -y curl # Needed for heroku
EXPOSE 8080

ENV PORT=$PORT
CMD ["node", "--import=extensionless/register", "--enable-source-maps", "./build/server.js"]

# If we plan on moving more applications to docker:
Expand Down

0 comments on commit c31edc2

Please sign in to comment.