gwbvipvip 1年前
コミット
b109b65641
1個のファイルの変更3行の追加1行の削除
  1. +3
    -1
      dockerfile

+ 3
- 1
dockerfile ファイルの表示

@@ -1,4 +1,6 @@
FROM nginx:latest
FROM nginx
pwd
ls
COPY ./dist /usr/share/nginx/html/
COPY ./default.conf /etc/nginx/conf.d/
EXPOSE 80


読み込み中…
キャンセル
保存