Skip to content

Commit

Permalink
remove chmod hangover
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaquiery committed Jan 23, 2024
1 parent 4804480 commit 5964a31
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ WORKDIR /app
COPY . /app/

RUN mv .env.vite .env
RUN chmod +x /app/*.sh

RUN pnpm install

Expand Down

0 comments on commit 5964a31

Please sign in to comment.