Skip to content

Commit

Permalink
fix: /public directory missing in new docker releases (outline#2417)
Browse files Browse the repository at this point in the history
  • Loading branch information
tommoor authored Aug 4, 2021
1 parent bd148f4 commit 57a2524
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ ENV NODE_ENV production

COPY --from=builder $APP_PATH/build ./build
COPY --from=builder $APP_PATH/server ./server
COPY --from=builder $APP_PATH/public ./public
COPY --from=builder $APP_PATH/.sequelizerc ./.sequelizerc
COPY --from=deps-prod $APP_PATH/node_modules ./node_modules
COPY --from=builder $APP_PATH/package.json ./package.json
Expand Down

0 comments on commit 57a2524

Please sign in to comment.