Skip to content

Commit

Permalink
Adjust dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
klydra committed Jun 27, 2024
1 parent 64bb3c9 commit 1d598f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# see all versions at https://hub.docker.com/r/oven/bun/tags
FROM oven/bun:1

RUN mkdir -p /app
RUN mkdir /app
WORKDIR /app

COPY api/ /app/api
RUN mkdir /app/web
RUN echo "{ \"name\": \"web\" }" > /app/web/package.json
COPY web/package.json /app/web

COPY .env /app
COPY bun.lockb /app
Expand Down

0 comments on commit 1d598f5

Please sign in to comment.