Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dallascrichmond committed Oct 9, 2024
1 parent 31d0ff0 commit 78d6d24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN groupadd --gid ${APP_USER} appGroup && \
USER ${APP_USER}
WORKDIR /app/
COPY --chown=${APP_USER} . ./
COPY vite.config.ts /app/
RUN npm i && \
npm run build

Expand Down

0 comments on commit 78d6d24

Please sign in to comment.