Skip to content

Commit

Permalink
Amended
Browse files Browse the repository at this point in the history
  • Loading branch information
TawneeOwl committed Sep 18, 2023
1 parent 0f5ae94 commit 78dab21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ COPY . .
RUN npm install
RUN ./node_modules/.bin/gulp build

FROM ${ALPINE_BASE_IMAGE}}
FROM ${ALPINE_BASE_IMAGE}

COPY --from=node_build ./cla_public/static/ /home/app/flask/cla_public/static/

Expand Down

0 comments on commit 78dab21

Please sign in to comment.