Skip to content

Commit

Permalink
🐞 fix: backend version print
Browse files Browse the repository at this point in the history
  • Loading branch information
colynn committed May 6, 2023
1 parent 50f4157 commit 79bfcb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.git
**/node_modules
**/*.vue
deploy
Expand Down
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
## build
FROM golang:1.18-buster AS build-env

ADD . /go/src/atomci
COPY . /go/src/atomci

COPY .git /go/src/atomci/.git

WORKDIR /go/src/atomci

Expand Down

0 comments on commit 79bfcb3

Please sign in to comment.