Skip to content

Commit

Permalink
fix: dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SIY1121 committed Feb 20, 2021
1 parent 40a65c8 commit f8bdc03
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 @@ -15,7 +15,7 @@ RUN yarn build
FROM node:14-alpine
WORKDIR /usr/src/app

LABEL org.opencontainers.image.source https://github.com/twin-te/course-service
LABEL org.opencontainers.image.source https://github.com/twin-te/timetable-service

COPY --from=build-env /usr/src/app/dist ./dist
COPY --from=build-env /usr/src/app/protos ./protos
Expand Down

0 comments on commit f8bdc03

Please sign in to comment.