Skip to content

Commit e9d756a

Browse files
author
johli
committed
[REF] change dep
1 parent 02fd648 commit e9d756a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
FROM pierrezemb/gostatic
2-
COPY ./dist /srv/http/
2+
COPY . /srv/http/
3+
RUN npm i -g wr && npm install -g less && npm install -g grunt && npm install -g bower && bower install && npm install
34
CMD ["-port","8080","-https-promote", "-enable-logging"]

0 commit comments

Comments
 (0)