Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Jed-g committed Jan 8, 2024
1 parent 0019963 commit efdd1bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ARG RUBY_VERSION=3.1.2
# Compile frontend in Node.js environment
FROM node:20-alpine as frontend

COPY . .
WORKDIR /frontend

RUN yarn install
Expand Down

0 comments on commit efdd1bd

Please sign in to comment.