Skip to content
This repository was archived by the owner on Dec 28, 2024. It is now read-only.

Commit ae07eb5

Browse files
committed
Rename day1 => day01
1 parent d02bc2d commit ae07eb5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM golang:1.23-alpine
22
WORKDIR /app
33
COPY .. .
4-
RUN go build -o app day1/main.go
4+
RUN go build -o app day01/main.go
55
EXPOSE 3000
66
CMD ["./app"]
File renamed without changes.

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ services:
22
day1:
33
build:
44
context: .
5-
dockerfile: day1/Dockerfile
5+
dockerfile: day01/Dockerfile
66
ports: [ "3001:3000" ]

0 commit comments

Comments
 (0)