diff --git a/Dockerfile b/Dockerfile index 035dea1..37d975e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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