Skip to content

Commit

Permalink
Builöd prod.Dockerfile with dev node
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-va committed Mar 10, 2024
1 parent fdc1bbb commit 2b736e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/prod.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ruby:2.6.6-alpine3.12 as builder

ENV BUNDLER_VERSION=2.1.4
ENV RAILS_ENV=development
ENV RAILS_ENV=production
ENV NODE_ENV=development

RUN apk --update --no-cache add \
Expand Down

0 comments on commit 2b736e2

Please sign in to comment.