Skip to content

Commit

Permalink
remove public cp
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Aug 25, 2023
1 parent cb416c4 commit 5cf00da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Expand Up @@ -53,7 +53,6 @@ ARG OPTIMIZE=-O2
ARG PRE_JS=
ARG INITIAL_MEMORY=256mb
COPY ./source /src/source
COPY ./public /public
COPY --from=libxml /src/libxml2/build/ /src/usr
COPY --from=sqlite /src/sqlite/sqlite3.o /src/usr/lib/
COPY --from=sqlite /src/sqlite/sqlite3.h /src/usr/include/sqlite3/
Expand Down

0 comments on commit 5cf00da

Please sign in to comment.