mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2025-06-26 17:00:46 +00:00
Use serve instead
This commit is contained in:
12
Dockerfile
12
Dockerfile
@ -1,13 +1,11 @@
|
||||
FROM node:alpine
|
||||
|
||||
EXPOSE 8081
|
||||
EXPOSE 5000
|
||||
|
||||
COPY ./docs /app
|
||||
RUN npm i -g serve
|
||||
|
||||
COPY . /app
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN apk add --no-cache curl
|
||||
|
||||
RUN npm install http-server
|
||||
|
||||
CMD ["npm", "start"]
|
||||
CMD ["npm", "run", "start"]
|
||||
|
Reference in New Issue
Block a user