Fix dockerfile
All checks were successful
parsley/pipeline/head This commit looks good

This commit is contained in:
Dan Elbert 2024-10-18 14:55:09 -05:00
parent 169dda4d3b
commit 659d7405b2

View File

@ -33,7 +33,7 @@ RUN yarn install --immutable
COPY . . COPY . .
# Compile assets # Compile assets
RUN env RAILS_ENV=production bundle exec rails webpacker:clobber webpacker:compile RUN env RAILS_ENV=production bundle exec rails shakapacker:clobber shakapacker:compile
ENV PORT=80 ENV PORT=80
EXPOSE 80 EXPOSE 80