Skip to content

Commit

Permalink
remove data/docs
Browse files Browse the repository at this point in the history
  • Loading branch information
soyuka committed Nov 16, 2023
1 parent 0dec951 commit 61fc98c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pwa/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ COPY --from=phpwasm --link --chown=nextjs:nodejs /build/php-web.wasm ./app/playg
COPY --from=phpwasm --link --chown=nextjs:nodejs /build/php-web.data.js /build/php-web.data.js
COPY --from=phpwasm --link --chown=nextjs:nodejs /build/php-web.mjs /build/php-web.mjs
RUN sed '/--pre-js/r /build/php-web.data.js' /build/php-web.mjs > ./app/playground/utils/php-web.mjs
ADD ./data/docs ./data/docs

EXPOSE 3000
ENV PORT 3000
Expand All @@ -68,7 +67,6 @@ COPY --from=phpwasm --link --chown=nextjs:nodejs /build/php-web.wasm ./app/playg
COPY --from=phpwasm --link --chown=nextjs:nodejs /build/php-web.data.js /build/php-web.data.js
COPY --from=phpwasm --link --chown=nextjs:nodejs /build/php-web.mjs /build/php-web.mjs
RUN sed '/--pre-js/r /build/php-web.data.js' /build/php-web.mjs > ./app/playground/utils/php-web.mjs
ADD ./data/docs ./data/docs

ARG NEXT_ROOT_URL
ENV NEXT_ROOT_URL=$NEXT_ROOT_URL
Expand Down

0 comments on commit 61fc98c

Please sign in to comment.