Container: Add source files to public directory

This commit is contained in:
networkException 2022-01-05 15:53:14 +01:00
parent 3a36bb4ef7
commit e6be98a831

View file

@ -12,6 +12,8 @@ RUN npm install --production
COPY . /usr/src/app
RUN npx tsc -p tsconfig.json
RUN cp -r /usr/src/app/src /usr/src/app/public
FROM httpd:alpine
COPY --from=build /usr/src/app/public/ /usr/local/apache2/htdocs/