Explorar o código

remove unneeded AS statements

George S. Baugh %!s(int64=4) %!d(string=hai) anos
pai
achega
5074e5a975
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      Dockerfile
  2. 1 1
      Dockerfile.build

+ 1 - 1
Dockerfile

@@ -1,4 +1,4 @@
-FROM troglodyne/base:latest AS tcms
+FROM troglodyne/base:latest
 
 ARG port=5000
 LABEL description="tCMS: a Perl CMS by Troglodyne LLC"

+ 1 - 1
Dockerfile.build

@@ -1,4 +1,4 @@
-FROM ubuntu:21.04 AS base
+FROM ubuntu:21.04
 
 USER root
 RUN useradd tcms