kmahyyg 4 lat temu
rodzic
commit
ad10cc2c69
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -22,8 +22,8 @@ RUN apt update -y && \
 # BUILD GO UTILS
 FROM golang:buster AS argong
 WORKDIR /buildsrc
-COPY argon2g ./
-COPY fileserv ./
+COPY argon2g /buildsrc/argon2g
+COPY fileserv /buildsrc/fileserv
 RUN mkdir -p binaries && \
     cd argon2g && \
     go mod download && \