first commit
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
FROM node:18.12.1
|
||||
|
||||
COPY . /www/app
|
||||
|
||||
RUN npm install -g cordova ionic
|
||||
RUN npm install -g bower
|
||||
RUN npm install -g gulp
|
||||
|
||||
WORKDIR /www/app
|
||||
RUN npm install
|
||||
|
||||
EXPOSE 8100
|
||||
|
||||
ENTRYPOINT ["ionic"]
|
||||
CMD ["serve", "8100", "--address", "0.0.0.0"]
|
||||
Reference in New Issue
Block a user