Skip to content

Commit f145eee

Browse files
committed
Bug fix
1 parent 4cb2cee commit f145eee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ COPY --from=build-stage /app/dist ./dist
1515
COPY --from=build-stage /app/backend-server.js ./
1616
COPY --from=build-stage /app/frontend-server.js ./
1717
COPY --from=build-stage /app/api ./api
18+
COPY --from=build-stage /app/common ./common
1819

1920
EXPOSE 18966
2021

0 commit comments

Comments
 (0)