Skip to content
Snippets Groups Projects
Commit b04e48df authored by Tucker Siegel's avatar Tucker Siegel
Browse files

fix dockerfile

parent 2fcf565d
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,8 @@ WORKDIR /app
RUN go get -u gitlab.cs.umd.edu/dawn/dawn-go-common
RUN go mod tidy
FROM base as build
RUN curl -LJ -o swag.tar.gz https://github.com/swaggo/swag/releases/download/v1.7.4/swag_1.7.4_Linux_x86_64.tar.gz
RUN tar -xf swag.tar.gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment