We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef7920 commit e4754adCopy full SHA for e4754ad
Dockerfile
@@ -1,15 +1,5 @@
1
FROM nginx:latest
2
COPY dist/ /usr/share/nginx/html
3
4
-FROM sethbergman/ng2-admin:latest
5
6
ARG NODE=production
7
-
8
-#RUN git clone https://github.com/sethbergman/ng2-admin.git /var/www \
9
-# && cd /var/www \
10
-RUN npm run prebuild:prod && npm run build:prod && npm run server:prod
11
12
-EXPOSE 80
13
14
-ENTRYPOINT /var/www
15
-# RUN npm run build
0 commit comments