Skip to content

Commit

Permalink
fix build err
Browse files Browse the repository at this point in the history
  • Loading branch information
kmahyyg committed Jan 21, 2021
1 parent d06c973 commit ad10cc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit ad10cc2

Please sign in to comment.