fix: Dockerfile directory name
This commit is contained in:
parent
25e6fcaa23
commit
2777ac77c5
@ -6,12 +6,12 @@ COPY *.go ./
|
||||
COPY *.mod ./
|
||||
COPY *.sum ./
|
||||
|
||||
COPY lib ./log
|
||||
COPY lib ./lib
|
||||
COPY log ./log
|
||||
COPY public ./public
|
||||
COPY routes ./routes
|
||||
COPY templates ./templates
|
||||
|
||||
RUN go build .
|
||||
RUN go build
|
||||
|
||||
ENTRYPOINT ["/app/security"]
|
||||
|
Loading…
Reference in New Issue
Block a user