Skip to content

Commit 756be98

Browse files
authored
Merge pull request #73 from ochanoco/hotfix/failed-build-docker
fix: copy static folder before building go pacakges
2 parents 5f245b2 + e4946f4 commit 756be98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ COPY ./extension /workspace/extension
2525
COPY ./utils /workspace/utils
2626
COPY ./ent /workspace/ent
2727
COPY ./serv /workspace/serv
28+
COPY ./static /workspace/static
2829

2930
WORKDIR /workspace/serv
3031
RUN nix-shell /docker/default.nix --command "go build"
3132

3233
WORKDIR /workspace
33-
COPY ./static /workspace/static
3434
CMD ["/workspace/serv/serv"]

0 commit comments

Comments
 (0)