Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtisassad committed Sep 18, 2024
1 parent 84e8b93 commit e7b2278
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.web
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ COPY --from=build /prod/commonwealth /prod/commonwealth
WORKDIR /prod/commonwealth
RUN apt-get update && apt-get install -y curl # Needed for heroku
ENV PORT=$PORT
CMD NODE_ENV=production node --import=extensionless/register --enable-source-maps ./build/service1-server.js
CMD NODE_ENV=production node --import=extensionless/register --enable-source-maps ./build/server.js

0 comments on commit e7b2278

Please sign in to comment.