We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f245b2 + e4946f4 commit 756be98Copy full SHA for 756be98
docker/Dockerfile
@@ -25,10 +25,10 @@ COPY ./extension /workspace/extension
25
COPY ./utils /workspace/utils
26
COPY ./ent /workspace/ent
27
COPY ./serv /workspace/serv
28
+COPY ./static /workspace/static
29
30
WORKDIR /workspace/serv
31
RUN nix-shell /docker/default.nix --command "go build"
32
33
WORKDIR /workspace
-COPY ./static /workspace/static
34
CMD ["/workspace/serv/serv"]
0 commit comments