We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d45afc3 commit 4343e8fCopy full SHA for 4343e8f
1 file changed
Dockerfile
@@ -60,6 +60,7 @@ WORKDIR /usr/src/app
60
COPY --from=src /usr/src/app/build/tilemaker .
61
COPY --from=src /usr/src/app/build/tilemaker-server .
62
COPY --from=src /usr/local/lib/lua/5.1/flock.so /usr/local/lib/lua/5.1/flock.so
63
+COPY server/static ./static
64
COPY resources ./resources
65
COPY process.lua ./
66
COPY config.json ./
0 commit comments