Skip to content

Commit

Permalink
fix: dockerfile import background_tile
Browse files Browse the repository at this point in the history
  • Loading branch information
Captainfl4me committed May 7, 2024
1 parent d5eeb1d commit d5a8b2a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ RUN git clone https://github.com/emscripten-core/emsdk.git && \

RUN mkdir /app

COPY Cargo.* /app/
COPY build_wasm.sh /app/
COPY src/ /app/src/
COPY ./Cargo.* /app/
COPY ./build_wasm.sh /app/
COPY ./src/ /app/src/
COPY ./assets/background_tile.png /app/assets/

WORKDIR /app/

Expand Down

0 comments on commit d5a8b2a

Please sign in to comment.