Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit d4d4d00

Browse files
Merge pull request #36 from decentraland/fix/assets-dir
feat: update Dockerfile to include assets dir
2 parents 7efeb89 + 1ecae3b commit d4d4d00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN npm ci
1313
ADD tsconfig.json .
1414
ADD src src
1515
ADD db db
16+
ADD assets assets
1617
RUN npm run build
1718

1819
FROM node-with-gyp AS deps
@@ -28,6 +29,7 @@ COPY --from=deps /squid/package-lock.json .
2829
COPY --from=deps /squid/node_modules node_modules
2930
COPY --from=builder /squid/lib lib
3031
COPY --from=builder /squid/db db
32+
COPY --from=builder /squid/assets assets
3133
# remove if no schema.graphql is in the root
3234
COPY --from=builder /squid/schema.graphql schema.graphql
3335
COPY --from=builder /squid/squid.yaml squid.yaml

0 commit comments

Comments
 (0)