mushcatshiro пре 2 година
committed by GitHub
родитељ
комит
59aeb10b64
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 14 додато и 0 уклоњено
  1. +14
    -0
      Dockerfile

+ 14
- 0
Dockerfile Прегледај датотеку

@@ -0,0 +1,14 @@
FROM node:18-buster-slim

RUN npm install -g http-server

WORKDIR /src

COPY . .

RUN npm install

RUN npm run build

EXPOSE 8080
CMD [ "http-server", "dist" ]

Loading…
Откажи
Сачувај