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 89aef6f commit 53bf8f1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ 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
RUN adduser -D myuser
USER myuser
ENV PORT=$PORT
CMD ["node", "--import=extensionless/register", "--enable-source-maps", "./build/server.js"]

Expand Down

0 comments on commit 53bf8f1

Please sign in to comment.