fixed Dockerfile
nclazz/gitea-bot/pipeline/head This commit looks good Details

master
Niclas Thobaben 2022-07-08 23:16:12 +02:00
parent 48ae451416
commit cc9396f1af
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM node:16.16.0-alpine3.16
COPY src/* .
COPY src/ ./
COPY package.json package.json
EXPOSE 8080